go/types.Checker.exclude (method)

7 uses

	go/types (current package)
		call.go#L409: 			check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1253: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1260: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1272: 	check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1303: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1313: 	check.exclude(x, 1<<novalue)
		expr.go#L1319: func (check *Checker) exclude(x *operand, modeset uint) {